home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / Utilities / Makefile.z / Makefile
Encoding:
Makefile  |  1996-09-20  |  713 b   |  42 lines

  1. #!smake
  2. include $(ROOT)/usr/include/make/commondefs
  3.  
  4. # The file VkHelpAPI.c++ is not a stand-alone demo
  5.  
  6. MOTIFLIBS = -lSgm  -lXm -lXt -lX11 -lPW
  7. VKLIBS =  $(VKLIBPATH) -lvk -lXpm
  8.  
  9. # netls licensing (libnetls and libnck) are not supported in N32 or 64 bits
  10. #
  11. #if $(OBJECT_STYLE:M32*) != ""
  12.   NETLS_LIBS =  -lnetls -lnck
  13.   NETLS_TGT  = netls
  14. #endif
  15.  
  16. LLDLIBS=  $(VKLIBS) $(MOTIFLIBS) -lm $(NETLS_LIBS)
  17.  
  18. LC++FLAGS=$(VKINCLUDEPATH)
  19. OPTIMIZER = -g
  20.  
  21. SUBDIRS=\
  22.     AlignTest\
  23.     RadioGroup
  24.  
  25. TARGETS=\
  26.     busyCursor\
  27.     runonce\
  28.     runonce2\
  29.     list\
  30.     $(NETLS_TGT)\
  31.     $(NULL)
  32.  
  33. COMMONPREF = lcl_
  34. default all: targets
  35. lcl_targets: $(TARGETS)
  36. targets $(COMMONTARGS): $(COMMONPREF)$$@
  37.     $(SUBDIRS_MAKERULE)
  38.  
  39. headers:
  40.  
  41. include $(COMMONRULES)
  42.